body,html{
     margin: 0;
    padding: 0;
    height: 100%;
    width:100%;
    background: #e9edee;
    font-family: 'Microsoft YaHei','Heiti SC',simhei,'Lucida Sans Unicode','Myriad Pro','Hiragino Sans GB',Verdana;
    font-size: 16px;
    -webkit-user-select:none;
}
/*头部样式*/
.header_c{
    height: 60px;
    width: 100%;
     border-bottom: 1px solid #ccc;
    position: relative;
}
.header_c p{
    position: absolute;
    line-height:60px;
    font-size: 20px;
    color: #2085ef;
    left:3%;
   cursor: pointer;
}
.header_c  p span em{
    padding:0 3px;
}
.header_c ul{
    position: absolute;
    right:3%;
    line-height:60px;
}
.header_c ul li{
     float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #E2DDDD;
}
.header_c ul li a{
    color: #525E74;
}
.header_c ul li a span img{
    padding-top: 18px;
    padding-right: 3px;
}
.checked_title {
    border-top: 3px solid #3293fa;
    background-color: #fff;
        height: 57px;
}

.password_box{
    display:none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.password{
    position: absolute;
    left: calc(50% - 300px);
    top: 22%;
    width: 600px;
    height: auto;
    background: #fff;
    background-size: 15%;
    border-radius: 20px;
}
.password h1{
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #2085ef;
}
.password_top p span{
    width:30%;
    text-align: right;
    display: inline-block;
    float: left;
}
.password_top p{
   padding-top: 80px;
    line-height: 50px;
}
.password_top p input{
    margin: 0 10px;
    height: 60px;
    border:1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    padding-left: 3px;
    width:60%;
    float: left;
}
/*
带取消确定两个按钮时弹出框样式*/
.password_footer{
    font-size: 20px;
    border: none;
    outline: none;
    text-align: center;
}
.password_confirm_btn, .password_cancel_btn {
    width: 40%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    cursor:pointer;
    line-height:60px;
    height:60px;
    background: #e0e0e0;
    border-radius: 6px;
    color: #fff;
     background: #2085ef;
}
.password_confirm_btn{
    margin: 60px 0 50px 7.5%;
}
.password_cancel_btn {
    margin: 60px 0 50px 7.5%;
}


.select{
    background: #3293fa!important;
    color: #fff!important;
}

.back{
    margin-top: 17px;
    margin-right: 10px;
}
.select-statistics{
    position: absolute;
    left: 0;
    top: 62px;
    line-height: 40px;
    width: 130px;
    color: #525E74;
    display: none;
    z-index:3;
}
.select-statistics span{
    padding: 10px 25px;
    background-color: #fff;
    border: 1px dotted #ccc;
}
.select-statistics span:hover,.select-balanceHistory span:hover{
    background-color: #e9edee;
}
.select-statistics img{
    padding: 0!important;
}
 .select-balanceHistory{
     position: absolute;
     left: 115px;
     top: 62px;
     line-height: 40px;
     width: 130px;
     color: #525E74;
     display: none;
     z-index:3;
 }
.select-balanceHistory span{
    padding: 10px 9px;
    background-color: #fff;
    border: 1px dotted #ccc;
}